home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / misc / Hunk.lha / Hunk / Hunk.readme < prev    next >
Text File  |  1998-02-14  |  5KB  |  145 lines

  1. Short:    Editor 4 hunk structure of binary files with GUI
  2. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     dev/misc
  5. Version:  2.12
  6. _____________________________________________________________________________
  7.  
  8.                         The THOR-Software Licence
  9.  
  10.  
  11. This License applies to the computer programs known as "Hunk Processor".
  12. The "Program", below, refers to such program.
  13.  
  14.  
  15. The programs and files in this distribution are freely distributable
  16. under the restrictions stated below, but are also Copyright (c)
  17. Thomas Richter.
  18.  
  19.  
  20. Distribution of the Program by a commercial organization without written
  21. permission from the author to any third party is prohibited if any payment
  22. is made in connection with such distribution, whether directly
  23. (as in payment for a copy of the Program) or indirectly (as in payment
  24. for some service related to the Program, or payment for some product
  25. or service that includes a copy of the Program "without charge";
  26. these are only examples, and not an exhaustive enumeration of prohibited
  27. activities). However, the following methods of distribution involving
  28. payment shall not in and of themselves be a violation of this restriction:
  29.  
  30.  
  31. (i) Posting the Program on a public access information storage and
  32. retrieval service for which a fee is received for retrieving information
  33. (such as an on-line service), provided that the fee is not
  34. content-dependent (i.e., the fee would be the same for retrieving the same
  35. volume of information consisting of random data).
  36.  
  37.  
  38.  
  39. (ii) Distributing the Program on a CD-ROM, provided that the files
  40. containing the Program are reproduced entirely and verbatim on such
  41. CD-ROM, and provided further that all information on such CD-ROM be
  42. redistributable for non-commercial purposes without charge.
  43.  
  44.  
  45.  
  46. Everything in this distribution must be kept together, in original
  47. and unmodified form.
  48.  
  49.  
  50.  
  51.  
  52. Limitations.
  53.  
  54. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  55. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  56. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  57. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  58. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  59. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  60. SERVICING, REPAIR OR CORRECTION.
  61.  
  62.  
  63.  
  64. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  65. THIS ARCHIVE.
  66.  
  67. _____________________________________________________________________________
  68.  
  69. The "Hunk Processor" is a tool for editing the hunk structure of binary
  70. AmigaDOS load files (not object codes that must be linked afterwards, but
  71. complete executable binaries). 
  72.  
  73. Functions:
  74.  
  75.     Add and remove hunks, as well as relocation entries.
  76.     Merge hunks to shorten programs without "crunching".
  77.     Code optimizer to remove unnecessary jumps.
  78.     Rexx interface for automatic operation.
  79.  
  80.  
  81. The "Hunk Processor" is a quiet old program I wrote years ago, so the GUI is
  82. really ugly (this became better with 2.06) - but this is a tool, not a piece 
  83. of artwork. I mostly use it to patch bugs in existing programs, together 
  84. with a standard debugging tool.
  85. The plus of the "Hunk Processor" is that it keeps the relocation data after
  86. loading an executable, so after patching it the "Hunk Processor" can re-
  87. create a loadable program.
  88.  
  89.  
  90. Extras:
  91.     -    A Rexx program that prints out all relocation data.
  92.     -    A Rexx program for automatic replacement of the
  93.         relocation hunks with the more efficient Reloc32Short 
  94.         hunks.
  95.     -    A lot of external "Hunk Optimizers", i.e. "hop" files.
  96.  
  97. _____________________________________________________________________________
  98.  
  99. The program is freeware, but the guide is not! It's priced $10, to be sent to
  100. my address:
  101.  
  102.  
  103. Thomas Richter
  104. Rühmkorffstraße 10 A
  105.  
  106. 12209 Berlin
  107.  
  108.  
  109. _____________________________________________________________________________
  110.  
  111. Changes made in 2.12:
  112.  
  113.     Improved the ".hop" syntax a bit and added two new ".hop" scripts,
  114.     based on ideas by "Jess". Thanks!
  115.     Drew a new icon.
  116.     Added another set of ARexx scripts.
  117.  
  118. Changes made in 2.11.1:
  119.     
  120.     Hunk unchanged, but updated the General020 optimizer a bit.
  121.     Replaced the NOP that's patched in by a LEA (A6),A6 to avoid
  122.     pipeline stalls of the 68060 processor.
  123.     Updated the PA.rexx script to run the PowerPacker and to allow
  124.     multiselection.
  125.  
  126. Changes made in 2.11:
  127.  
  128.     Fixed another set of bugs in the ARexx interface.
  129.     Added an automatic patch script.
  130.     Added the option to remove trailing zeros.
  131.     Improved the file requester.
  132.     Removed a bug from the file requester.
  133.  
  134. Changes made in 2.10:
  135.  
  136.     Removed a bug in the Rexx interface
  137.     Added the external hunk optimizers
  138.     Added the possibility to split the
  139.     relocation data in long and short
  140. _____________________________________________________________________________
  141.  
  142.  
  143. Thomas,
  144.     February 1998
  145.